home *** CD-ROM | disk | FTP | other *** search
/ IQ Digizine 2 / IQ Digizine 2.iso / pc / getting.dir / 00054.ls < prev    next >
Encoding:
Text File  |  1997-12-08  |  341 b   |  13 lines

  1. on exitFrame
  2.   global IQcursor
  3.   clearCursors()
  4.   set the cursor of sprite 4 to IQcursor
  5.   set the cursor of sprite 5 to IQcursor
  6.   set the cursor of sprite 7 to IQcursor
  7.   set the cursor of sprite 9 to IQcursor
  8.   set the cursor of sprite 12 to IQcursor
  9.   repeat with i = 30 to 38
  10.     set the cursor of sprite i to IQcursor
  11.   end repeat
  12. end
  13.